home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / BlueBox Spy / Blue Box Daemon / source / CNetServerApp.h < prev    next >
Encoding:
Text File  |  1998-08-10  |  486 b   |  20 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    CNetServerApp.h            ©1995-1998 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5. #pragma once
  6.  
  7. #include <PP_Prefix.h>
  8. #include <LDocApplication.h>
  9.  
  10.  
  11. class CNetServerApp : public PP_PowerPlant::LDocApplication {
  12.  
  13. public:
  14.                             CNetServerApp();
  15.         virtual                ~CNetServerApp();
  16.     
  17.         virtual PP_PowerPlant::LModelObject*    MakeNewDocument();
  18.  
  19. };
  20.